home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / assign < prev    next >
Text File  |  1991-04-23  |  985b  |  22 lines

  1.                                    ASSIGN
  2.         Causes a request for one drive to be routed to another drive
  3.                           See also <SUBST> <JOIN>
  4.  
  5. COMMAND TYPE: External                  VERSION: 2.0 and up
  6.  
  7. USE: ASSIGN [x [=] y[...]]
  8.  
  9. Requests for drive 'x' are routed to drive 'y'.
  10. ASSIGN entered without parameters will reset any ASSIGNments.
  11.  
  12. EXAMPLE: ASSIGN A=C
  13.    After issuing this command, any requests for drive A: will access
  14. drive C:. e.g.  DIR A: will list the files on drive C:.
  15.    ASSIGN is provided to allow programs written for a specific drive
  16. (usually a: or b:) to be used on other drives.  Commands which require
  17. information about the drive (backup, restore, label, join, subst,
  18. print) should not be used on ASSIGNed drives.  ASSIGN should not be
  19. used except where needed for a particular program.  The SUBST command
  20. is the preferred method of reassigning drives and/or paths.  <FORMAT>
  21. and <DISKCOPY> ignore drive reassignments.
  22.